Deprecate Mage_Sales_Model_Entity_Quote_Item_Collection#5323
Draft
Deprecate Mage_Sales_Model_Entity_Quote_Item_Collection#5323
Conversation
Co-authored-by: addison74 <8360474+addison74@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] [FEAT] Remove Mage_Sales_Model_Entity_Quote_Item_Collection
Deprecate Mage_Sales_Model_Entity_Quote_Item_Collection
Mar 14, 2026
|
Contributor
Contributor
|
Remove it? |
5 tasks
Contributor
|
@sreichel probably remove everything like @fballiano did? |
Contributor
|
@Hanmac i dont know what Fab removed, but feel free to remove useless code. |
Contributor
|
@sreichel it's these MRs:
its more or less removal of all the old stuff |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




Mage_Sales_Model_Entity_Quote_Item_Collectionis a stale EAV-era remnant. It contains debug profilers (TEST1/TEST2) and calls$item->importCatalogProduct()which doesn't exist. The actual implementation has long lived inMage_Sales_Model_Resource_Quote_Item_Collection.Changes
Model/Entity/Quote/Item/Collection.php: Replace ~130 lines of broken EAV logic with a deprecated stub extending the correct resource collection — matching the existing pattern ofMage_Sales_Model_Mysql4_Quote_Item_Collection.Original prompt
📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.